翻訳と辞書
Words near each other
・ Lazy ML
・ Lazy Mountain, Alaska
・ Lazy Mutha Fucka
・ Lazy pod Makytou
・ Lazy Raiders
・ Lazy Ramadi
・ Lazy reason
・ Lazy Rich
・ Lazy river
・ Lazy River (film)
・ Lazy Smoke
・ Lazy Sunday
・ Lazy Sunday (Small Faces song)
・ Lazy Sunday (The Lonely Island song)
・ Lazy Susan
Lazy systematic unit testing
・ Lazy user model
・ Lazy-i
・ Lazybed
・ Lazybones
・ Lazybones (1925 film)
・ Lazybones (film)
・ Lazybones (song)
・ Lazyboy
・ Lazyboy (musical project)
・ Lazyboy TV
・ Lazybrook/Timbergrove, Houston
・ Lazycame
・ Lazydays (RV dealer)
・ LAZYgunsBRISKY


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lazy systematic unit testing : ウィキペディア英語版
Lazy systematic unit testing

Lazy Systematic Unit Testing〔A J H Simons, JWalk: Lazy systematic unit testing of Java classes by design introspection and user interaction, ''Automated Software Engineering, 14 (4), December'', ed. B. Nuseibeh, (Boston: Springer, 2007), 369-418.〕 is a software unit testing method based on the two notions of ''lazy specification'', the ability to infer the evolving specification of a unit on-the-fly by dynamic analysis, and ''systematic testing'', the ability to explore and test the unit's state space exhaustively to bounded depths. A testing toolkit JWalk exists to support lazy systematic unit testing in the Java programming language.〔''The JWalk Home Page'', http://www.dcs.shef.ac.uk/~ajhs/jwalk/〕
==Lazy Specification==

Lazy specification refers to a flexible approach to software specification, in which a specification evolves rapidly in parallel with frequently modified code.〔 The specification is inferred by a semi-automatic analysis of a prototype software unit. This can include static analysis (of the unit's interface) and dynamic analysis (of the unit's behaviour). The dynamic analysis is usually supplemented by limited interaction with the programmer.
The term Lazy specification is coined by analogy with ''lazy evaluation'' in functional programming. The latter describes the delayed evaluation of sub-expressions, which are only evaluated on demand. The analogy is with the late stabilization of the specification, which evolves in parallel with the changing code, until this is deemed stable.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lazy systematic unit testing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.